Results for spec@glsl-1.50@arb_geometry_shader4-ignore-adjacent-vertices core gl_lines_adjacency

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.115115
Stdout

        
Stderr
Failed to compile vertex shader: ERROR: 0:1: '' :  #version required and missing.
ERROR: 0:1: 'attribute' : syntax error: syntax error

source:
attribute vec4 vertex;
void main()
{
	gl_Position = vertex;
}
Environment
PIGLIT_SOURCE_DIR="/Users/vlee/workspace/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /Users/vlee/workspace/piglit/bin/arb_geometry_shader4-ignore-adjacent-vertices core GL_LINES_ADJACENCY -auto
dmesg

        

Back to summary